
Command Line: diskspd.exe -c10G -t2 -d60 -o8 -b4k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 4096
		using random I/O (alignment: 4096)
		number of outstanding I/O operations: 8
		thread stride size: 0
		threads per file: 2
		using I/O Completion Ports
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   3.65%|   0.36%|    3.28%|  96.34%
   1|   2.34%|   0.42%|    1.93%|  97.64%
-------------------------------------------
avg.|   2.99%|   0.39%|    2.60%|  96.99%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       146624512 |        35797 |       2.33 |     596.53 |   13.407 |    36.896 | test.dat (10240MB)
     1 |       145362944 |        35489 |       2.31 |     591.40 |   13.522 |    36.865 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         291987456 |        71286 |       4.64 |    1187.94 |   13.464 |    36.881

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       117161984 |        28604 |       1.86 |     476.67 |   14.315 |    35.301 | test.dat (10240MB)
     1 |       115757056 |        28261 |       1.84 |     470.95 |   14.464 |    34.989 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         232919040 |        56865 |       3.70 |     947.62 |   14.389 |    35.146

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        29462528 |         7193 |       0.47 |     119.87 |    9.797 |    42.462 | test.dat (10240MB)
     1 |        29605888 |         7228 |       0.47 |     120.45 |    9.838 |    43.233 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:          59068416 |        14421 |       0.94 |     240.32 |    9.817 |    42.850


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.039 |      0.045 |      0.039
   25th |      0.120 |      0.131 |      0.123
   50th |      4.742 |      0.186 |      0.959
   75th |     14.478 |      0.671 |     12.137
   90th |     30.716 |      4.480 |     28.750
   95th |     53.063 |     58.171 |     53.257
   99th |    164.661 |    200.600 |    171.548
3-nines |    404.432 |    512.524 |    410.244
4-nines |    618.532 |    775.403 |    652.851
5-nines |    743.063 |    918.733 |    918.733
6-nines |    743.063 |    918.733 |    918.733
7-nines |    743.063 |    918.733 |    918.733
8-nines |    743.063 |    918.733 |    918.733
9-nines |    743.063 |    918.733 |    918.733
    max |    743.063 |    918.733 |    918.733
